@charset "utf-8";
.main-bg {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.main-panel-gradient-bg {
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(images/main-panel-gradient-bg.gif);
}
.RED-default-12 {
	color: #db2e05;
	font-weight: normal;
	font-size: 12px;
}
.RED-default-11 {
	color: #db2e05;
	font-weight: normal;
	font-size: 11px;
}
.RED-default-10 {
	color: #db2e05;
	font-weight: normal;
	font-size: 10px;
}
.gray-text11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #676666;
}
.gray-outline {
	border: 1px solid #d9d9d9;
}
.hand-above {
	position: absolute;
	left: 208px;
	top: 331px;
}
.gray-line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d9d9d9;
}
.gray-line-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
.RED-TITLE {
	color: #db2e05;
	font-weight: bold;
	font-size: 17px;
}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676666;
	border: 1px solid #c1c1c1;
	padding: 3px;
	background-color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
	list-style-image: url(images/main-panel-corner2.gif);
}
